
Retrieves full token audit information based on the specified blockchain and contract address.
The blockchain network (eth, bsc, base, sonic)
ethPossible values: The contract address of the token to audit
0xYourContractAddressSuccessfully fetched the full audit
Bad Request: Invalid chain, address, or token
Forbidden: Invalid API key
Rate limit exceeded
Internal server error
Retrieves audit information based on the specified blockchain and any contract address.
The blockchain network (eth, bsc, base, sonic)
ethPossible values: The contract address of the token to audit
0xYourContractAddressSuccessfully fetched the audit
Bad Request: Invalid chain or contract address
Forbidden: Invalid API key
Audit or source code not found
Rate limit exceeded
Internal server error
Retrieves the latest LP lock detected by eVa, inclusive of parameters and audit info
Successfully fetched latest lock
Name of the token
LILYSymbol of the token
LILYContract address of the token
0xYourContractAddressClogging percentage of the token
0.05Owner's address, indicating renouncement status if applicable
0xOwnerAddressHerePercentage of liquidity locked
25.3Value of the locked liquidity in ETH
200000Percentage of the token supply that is locked
85.6Market capitalization of the token
10000000Timestamp for the latest lock, in seconds since epoch
1690000000Bad Request: Invalid chain or contract address
Generate an audit based on the specified code snippet, without requiring chain or contract details.
The Solidity code snippet to audit.
Successfully fetched the audit
Bad Request: Code snippet is required
Forbidden: Invalid API key
Audit or source code not found
Rate limit exceeded
Internal server error
Last updated